home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
jpi
/
aboutfrm.frm
next >
Wrap
Text File
|
1997-12-02
|
2KB
|
55 lines
VERSION 5.00
Begin VB.Form AboutFrm
BorderStyle = 3 'Fixed Dialog
Caption = "About"
ClientHeight = 855
ClientLeft = 4650
ClientTop = 4290
ClientWidth = 4185
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 855
ScaleWidth = 4185
ShowInTaskbar = 0 'False
Begin VB.Label Label2
Caption = "Object Editor V1.0 by Michael Jennings"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 1
Top = 480
Width = 3975
End
Begin VB.Label Label1
Caption = "Jump-Point: Ion"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 3975
End
End
Attribute VB_Name = "AboutFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False